home *** CD-ROM | disk | FTP | other *** search
- #
- # Other Tools
- #
- others_menu:
- set textColor = color[white on black]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.3 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [Other Tools] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[yellow on cyan]
- print " Antivirus Tools "
- set textColor = color[white on cyan]
- print " [F1] F-Prot Antivirus for DOS V3.16b (26 Apr 2005) *Personal use only "
- print " [F2] McAfee Antivirus V4.32.0 (12 Jan 2005) *Personal use only "
- print " [F3] Avast! V7.7 for DOS (18 Jan 2005) *Personal use only "
- print " [F4] AntiVir Personal Edition V6.29.0.5 (18 Jan 2005) *Personal use only "
- print " [F5] AVG Free Edition V7.0 (18 Jan 2005) *Personal use only "
- print " "
- set textColor = color[yellow on cyan]
- print " Network Tools "
- set textColor = color[white on cyan]
- print " [F6] Freesco (One-disk Router) V0.3.3 [ 1] QNX Browser V4.00 (Modem) "
- print " [F7] Arachne WWW Browser V1.83 [ 2] QNX Browser V4.00 (Network) "
- print " [F8] NetCopy V0.2 [ 3] DOSRDP V2.0/XP (Demo) "
- print " [F9] FileLink V3.01 "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- set textColor = color[white on blue]
- print " Please select an item (ESC returns to main menu) "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey
- clear
- if ($lastKey == key[f1]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=fprot
- if ($lastKey == key[f2]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=mcafee
- if ($lastKey == key[f3]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=avast
- if ($lastKey == key[f4]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=antivir
- if ($lastKey == key[f5]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=avg
- if ($lastKey == key[f6]); then memdisk /images/freesco.igz
- if ($lastKey == key[f7]); then memdisk /images/arachne.igz
- if ($lastKey == key[f8]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=netcopy
- if ($lastKey == key[f9]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=filelink
- if ($lastKey == key[1]); then memdisk /images/qnxmodem.igz
- if ($lastKey == key[2]); then memdisk /images/qnxnet.igz
- if ($lastKey == key[3]); then memdisk /images/fd32rdp.igz
- if ($lastKey == key[esc]); then script main.scn
- goto others_menu
-